perl add key to hash

182

perl add key to hash -

# Basic syntax:
$your_hash{new_key} = "new_value"

Comments

Submit
0 Comments